fullscreen
Type
property
Summary
Specifies whether a stack window takes up the entire screen.
Syntax
set the fullscreen of <stack> to { true | false }
Description
Use the fullscreen property to change a stack's size to make it take up the whole screen.
Examples
on mouseUp
if the short name of the target is "Full Screen" then
set the fullscreen of this stack to the hilite of the target
end if
end mouseUp
Related
property: decorations, iconic,
function: screenRect
object: stack
Compatibility and Support
Introduced
LiveCode 2.9
OS
mac
windows
linux
Platforms
desktop
server